/* COLORS START */
.primary-text-color {
  color: var(--color-primary) !important;
}

.primary-border-color {
  border-color: var(--color-primary) !important;
}

.primary-bg-color {
  background-color: var(--color-primary) !important;
}

.color-white {
  color: #fff !important;
}
/* COLORS END */

/* FONTS START */
/*@font-face {
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 400;
  src: local("Noto Sans"), url("../fonts/NotoSans-Regular.woff2") format("woff2");
}

@font-face {
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 700;
  src: local("Noto Sans"), url("../fonts/NotoSans-Bold.woff2")  format("woff2");
}*/
/* FONTS END */

body {
  box-sizing: border-box;
  color: var(--color-text-main);
  background: #e1e3e7;
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  width: 100%;
}

body * {
  margin: 0;
  padding: 0;
  border: 0;
  box-sizing: border-box;
}

button,
input {
  outline: none;
}

ul {
  list-style: none;
}

a {
  text-decoration: none;
  color: var(--color-text-dark);
}

.ed7595a3 {
  color: #5b8f35;
}

.dd858c3c {
  color: #eb8348;
}

.f871e8ec,
.s95338330 {
  width: 14px;
  height: 14px;
}

.f871e8ec path {
  fill: var(--color-primary);
}

.s95338330 path {
  fill: none;
  stroke: var(--color-primary);
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.align-start {
  align-items: flex-start !important;
}

.c865ff42d {
  display: block;
  width: 24px;
  height: 22px;
  border-radius: 50px;
  object-fit: cover;
  margin-right: 8px;
}

.c34016f0 {
  cursor: pointer;
  display: flex;
  align-items: center;
  background: var(--color-primary);
  border-radius: 10px;
  padding: 13px 15px;
  font-weight: 700;
  text-align: center;
  color: var(--color-text-dark) !important;
  text-decoration: none;
}

.c34016f0:hover {
  box-shadow: 0px 61px 24px rgba(65, 77, 98, 0.01), 0px 34px 20px rgba(65, 77, 98, 0.05), 0px 15px 15px rgba(65, 77, 98, 0.09),
    0px 4px 8px rgba(65, 77, 98, 0.1), 0px 0px 0px rgba(65, 77, 98, 0.1);
}

.c34016f0 img {
  max-width: 100px;
  max-height: 53px;
  margin-left: 5px;
}

.l9a234842 {
  display: flex;
}

.l9a234842 .f0d84fa5 {
  cursor: pointer;
  display: flex;
  align-items: center;
}

.l9a234842 .l7fc5702b {
  color: #fff;
  padding-right: 10px;
  border-right: 1px solid #f2f2f2;
  font-size: 14px;
}

.l9a234842 .l5097f1f5 {
  margin-left: 10px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
}

.e48714e1 {
  position: absolute;
  width: 100%;
  height: 550px;
  background-size: cover;
  background-position: center;
  z-index: -2;
}

.fdbd4683 {
  position: absolute;
  width: 100%;
  top: 50px;
  height: 500px;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(248, 248, 249, 0.16) 16.67%,
    rgba(237, 238, 241, 0.46) 40.63%,
    rgba(236, 237, 240, 0.85) 74.48%,
    rgba(236, 237, 240, 0.94) 86.46%,
    #e1e3e7 100%
  );
  z-index: -1;
}

.c8df885fd {
  width: 100%;
  position: relative;
}

.b5400b3b {
  display: flex;
  justify-content: space-between;
}

.b5400b3b .e921e6a9 {
  width: 29%;
}

.b5400b3b .d8ada6ae {
  width: 69%;
}

.c3e04a0ab {

}

.ab2fde6f {
  display: flex;
  padding: 0 16px;
  gap: 0 10px;
}

.c5271a416 {
  font-weight: 700;
  font-size: 14px;
  line-height: 170%;
  color: #a9adb9;
  text-decoration: none;
  padding: 8px 40px;
}

.c5271a416.d9843482 {
  color: #fff;
  background: #203b6b;
  border-radius: 8px 8px 0 0;
  cursor: default;
}

.c7cacd989 {
  position: relative;
  padding: 14px;
  border: 2px solid #ffffff;
  border-radius: 10px;
  background: #f4f4f6;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.c7cacd989::before {
  content: '';
  border-top: 2px solid #203b6b;
  border-radius: 10px;
  height: 65px;
  position: absolute;
  top: -2px;
  left: 0;
  right: 0;
}
.c3e04a0ab {
  width: 100%;
}
.c2c527a68 .c7cacd989::before {
  content: none;
  border: none;
  height: 0;
}

.c7cacd989 .c7f70fcd4 {
  background-color: #ffffff;
}
@media (max-width: 1024px) {
  .c7cacd989 {
    margin-bottom: 20px;
  }
  .c3e04a0ab {
    margin: 0 -15px;
    width: calc(100% + 30px);
    overflow: hidden;
  }
  .ab2fde6f {
    margin: 0 15px;
  }
}

.c2171ebea {
  background: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(4px);
  border-radius: 10px;
  padding: 20px 32px;
  margin: 64px 0;
}

.c2171ebea.o7d099dea {
  background: rgba(255, 255, 255, 0.4);
}

.c7d2630ad {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 32px;
}

.c7d2630ad .c2171ebea {
  width: 69%;
  margin-top: 0;
}

.c79f85fd1 {
  width: 29%;
}

.c08170aae {
  max-width: 1320px;
  margin: 0 auto;
}

.c08170aae img {
  max-width: 100%;
}

.c08170aae .f8624027 {
  width: 100%;
  overflow-x: auto;
  border: 8px solid #203b6b;
  border-radius: 15px;
  margin-bottom: 20px;
}

@media (max-width: 480px) {
  .c08170aae .f8624027 {
    border-width: 6px;
  }
}

table {
  width: 100%;
  border-collapse: collapse;
  background: #f7f8fb;
  color: var(--color-text-dark);
  max-width: 100%;
}

.f8624027 table {
  max-width: none;
}

thead tr {
  border-bottom: 1px solid #dcdfe4;
}

tbody tr:not(:last-of-type) {
  border-bottom: 1px solid #dcdfe4;
}

th {
  background: #e7eaee;
  text-align: left;
  padding: 12px 20px;
}

th:first-of-type {
  border-top-left-radius: 10px;
}

th:last-of-type {
  border-top-right-radius: 10px;
}

th:not(:last-of-type),
td:not(:last-of-type) {
  border-right: 1px solid #dcdfe4;
}

td {
  padding: 12px 20px;
}

.h53f1659d th {
  padding: 20px 32px;
  border-radius: 0;
}

.h53f1659d td {
  padding: 20px 28px;
}

.h53f1659d td:first-child {
  font-weight: 700;
  background: #e7eaee;
  text-align: left;
  padding: 20px 32px;
}

.d0766b524 {
  margin-bottom: 40px;
}

.cdd193e8 {
  background: rgba(255, 255, 255, 0.7);
  border-radius: 10px;
  padding: 10px 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: var(--color-text-dark);
  margin-bottom: 40px;
}

.cdd193e8 .d6b257b40 {
  font-size: 28px;
  font-weight: 700;
  line-height: 44px;
}

.cdd193e8 .d985238dc {
  display: flex;
  align-items: center;
}

.cdd193e8 .d53742c6c {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 12px;
  line-height: 19px;
}

.cdd193e8 .d53742c6c span {
  font-size: 14px;
  font-weight: 700;
}

.cdd193e8 .d53742c6c:after {
  content: "";
  position: absolute;
  right: -10px;
  width: 1px;
  background: var(--color-secondary);
  height: 22px;
}

.cdd193e8 .bedfadb7 {
  width: 61px;
  height: 61px;
  border-radius: 50px;
}

.cdd193e8 .d7ba578a5 {
  margin-left: 10px;
}

.cdd193e8 .d72bbade7 {
  width: 115px;
  margin-left: 20px;
}

.cdd193e8 .d72bbade7 img {
  width: 100%;
}

.b2e78e40 {
  padding: 0 15px;
}

.d700f3e2 {
  display: flex;
  margin-bottom: 30px;
  justify-content: center;
}

.fe9bbcd6 {
  position: relative;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 10px;
  width: 400px;
  padding: 10px;
  margin-right: 10px;
}

.b758d9e0 {
  position: relative;
  justify-content: center;
  min-width: 130px;
  font-weight: 700;
}

.b496f6e0 {
  position: relative;
  right: 40px;
  bottom: 1px;
}

.aab23503 {
  display: flex;
  justify-content: space-between;
}

.p363cc75d {
  width: 49%;
  background: rgba(255, 255, 255, 0.4);
  border-radius: 10px;
  padding: 15px;
}

.p363cc75d .f26c4c5c {
  text-align: center;
  font-weight: 700;
  font-size: 18px;
}

.p9c356b85 .f26c4c5c,
.p9c356b85 li::marker {
  color: #5b8f35;
}

.c4fc2fed5 .f26c4c5c,
.c4fc2fed5 li::marker {
  color: #eb8348;
}

.p7ca83097 {
  margin: 20px 0 0 0;
  background: #fff;
  border-radius: 10px;
  padding: 15px;
  font-size: 14px;
}

.p7ca83097 li:last-of-type {
  margin-bottom: 0;
}

.a81ab7a4 {
  width: 100%;
  display: none;
  background: #ffffff;
  border-radius: 10px;
  padding: 15px;
}

.a81ab7a4 .p2773044b {
  display: flex;
  justify-content: space-between;
}

.a81ab7a4 .p8b651eb0 {
  cursor: pointer;
  width: 49%;
  background: #ffffff;
  border: 1px solid #f1f1f1;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 700;
  padding: 8px 0;
  text-align: center;
}

.a81ab7a4 .p8b651eb0.active {
  background: #f1f1f1;
  border: 1px solid #f1f1f1;
}

.a81ab7a4 .dc3de337 {
  color: #5b8f35;
}

.a81ab7a4 .d3fb085b {
  color: #eb8348;
}

.a81ab7a4 .p7ca83097 {
  margin: 0;
  padding: 15px 0 0 0;
}

.a81ab7a4 .p16497c15 {
  display: none;
}

.a81ab7a4 .p16497c15.active {
  display: block;
}

.b25b24d8 {
  margin-left: 5px;
}

.b25b24d8 .m7eb9e965 {
  font-weight: 700;
  color: var(--color-primary);
}

.b25b24d8 .m2f67445b {
  color: #fff;
  margin-left: -4px;
  font-weight: 700;
}

@media (max-width: 1350px) {
  .c08170aae {
    padding: 15px;
  }

  .c34016f0 img {
    max-width: 65px;
  }
}

@media (max-width: 1100px) {
  .c7d2630ad .c2171ebea {
    width: 100%;
  }

  .c79f85fd1 {
    display: none;
  }
}

@media (max-width: 1024px) {
  .b5400b3b {
    flex-wrap: wrap;
    justify-content: center;
  }

  .b5400b3b .e921e6a9,
  .b5400b3b .d8ada6ae {
    width: 100%;
  }

  .b5400b3b .e921e6a9 {
    width: 60%;
    margin-bottom: 15px;
  }
}

@media (max-width: 768px) {
  .b5400b3b .e921e6a9 {
    width: 100%;
  }

  .cdd193e8 {
    background: transparent;
    flex-direction: column;
    padding: 0;
  }

  .cdd193e8 .d985238dc {
    width: 100%;
    background: #fff;
    padding: 3px 6px;
    border-radius: 7px;
    margin-top: 15px;
    justify-content: center;
  }

  .cdd193e8 .d6b257b40 {
    text-align: center;
  }

  .a81ab7a4 {
    display: block;
  }

  .p363cc75d {
    display: none;
  }
}

@media (max-width: 480px) {
  .c2171ebea {
    padding: 16px 12px;
    margin: 36px 0;
  }

  .c08170aae .f8624027 {
    margin-bottom: 15px;
  }

  .e48714e1 {
    top: -5px;
  }

  .l9a234842 .f0d84fa5 {
    font-size: 12px;
  }

  .l9a234842 .l5097f1f5 {
    width: 18px;
    height: 18px;
  }

  .cdd193e8 .d6b257b40 {
    font-size: 12px;
  }

  .d0766b524 {
    margin-bottom: 15px;
  }

  .cdd193e8 {
    margin-bottom: 15px;
  }

  .cdd193e8 .d985238dc {
    margin-top: 0;
    justify-content: space-between;
  }

  .cdd193e8 .bedfadb7 {
    width: 40px;
    height: 40px;
  }

  .cdd193e8 .d72bbade7 {
    width: 72px;
  }

  .cdd193e8 .d7ba578a5 {
    display: flex;
    align-items: center;
    font-size: 10px;
  }

  .cdd193e8 .eab21d65 {
    position: relative;
    padding-right: 10px;
    margin-right: 10px;
  }

  .cdd193e8 .d53742c6c:after {
    height: 14px;
    top: 11px;
  }

  .cdd193e8 .eab21d65:after {
    content: "";
    position: absolute;
    right: 0;
    top: 3px;
    width: 1px;
    background: var(--color-secondary);
    height: 14px;
  }
}

/* QUOTE START */
.q9eb97ef9 {
  background: #f7f8fb;
  border-radius: 20px;
  padding: 30px;
  margin: 30px 20px;
}

.q1304b549 .q2464fb80 {
  font-size: 34px;
  font-weight: 900;
  line-height: 45px;
  color: var(--color-text-dark);
  border-left: 5px solid var(--color-primary);
  padding-left: 20px;
}

.q1304b549 .aeea3962 {
  font-size: 14px;
  line-height: 24px;
  padding: 20px 25px 0 25px;
}

@media (max-width: 480px) {
  .q9eb97ef9 {
    margin: 15px 0;
    padding: 15px;
  }

  .q1304b549 .q2464fb80 {
    font-size: 16px;
    font-weight: 700;
    line-height: 25px;
    padding-left: 15px;
  }

  .q1304b549 .aeea3962 {
    padding: 20px 0 0 0;
    font-size: 10px;
    line-height: 17px;
  }
}
/* QUOTE END */

/* HEADER CONTENT START */
.f527bf2d {
  background-size: cover;
}

.f527bf2d .rank-math-breadcrumb {
  max-width: 1320px;
  margin: 0 auto;
}

.aea71c18 {
  max-width: 1320px;
  margin: 0 auto;
  display: flex;
  padding: 30px 0;
  margin-bottom: 40px;
}

.aea71c18 .h3af3b1be {
  position: relative;
  width: 65%;
}

.aea71c18 .f7f82b59 {
  position: relative;
  width: 35%;
}

.aea71c18 .h0907c1f9 {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.aea71c18 .h1af3b791 {
  text-align: left;
}

.aea71c18 .h0907c1f9 .h1af3b791 {
  max-width: 1128px;
  text-align: center;
}

.aea71c18 .h94290c60 {
  color: var(--color-text-add);
  line-height: 25px;
}

.aea71c18 .h94290c60 a {
  color: var(--color-primary);
}

.aea71c18 .h0907c1f9 .h94290c60 {
  max-width: 870px;
  text-align: center;
}

.aea71c18 .h256096b9 {
  display: flex;
  justify-content: space-between;
  margin-top: 80px;
  flex-wrap: wrap;
}

.aea71c18 .h4f39fb5f {
  max-width: 24%;
  object-fit: contain;
  margin-right: 10px;
  margin-bottom: 10px;
}

.aea71c18 .h0251c511 {
  margin-top: 30px;
  font-size: 12px;
}

.aea71c18 .f7f82b59 {
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.aea71c18 .f7704597 {
  justify-content: center;
  padding: 10px;
}

.aea71c18 .e52c24f0 {
  margin-top: 10px;
  color: #fff;
  font-size: 12px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 7px;
  padding: 5px 10px;
}

.aea71c18 .fcacee57 {
  margin-top: 36px;
}

.fcacee57 {
  display: flex;
  align-items: center;
  color: #7e8394;
  font-size: 14px;
}

.fcacee57 .e7fc453b {
  position: relative;
  display: flex;
  align-items: center;
  padding-right: 20px;
  margin-right: 20px;
}

.fcacee57 .e7fc453b::after {
  content: "";
  position: absolute;
  right: 0;
  width: 1px;
  height: 22px;
  background: #7e8394;
}

.fcacee57 .h5d5ee2c2 {
  width: 48px;
  height: 48px;
  border-radius: 50px;
  margin-right: 12px;
}

.fcacee57 .c3f93b43 {
  margin-right: 16px;
}

.fcacee57 .h316d922f {
  font-size: 12px;
  line-height: 19px;
}

.fcacee57 .h52ee5e83 {
  font-weight: 700;
}

.fcacee57 .h8fba9f4c {
  margin-right: 32px;
}

.fcacee57 .c8ec42bf {
  font-size: 12px;
  line-height: 19px;
}

.fcacee57 .h4bd788c8 {
  font-weight: 700;
}

.fcacee57 .h7163c344 {
  display: none;
}

.fcacee57 .bbf9f5ef {
  display: flex;
  align-items: center;
}

.fcacee57 .header-meta-socials__item {
  display: flex;
  align-items: center;
  position: relative;
}

.fcacee57 .header-meta-socials__item:not(:last-of-type) {
  padding-right: 12px;
  margin-right: 12px;
}

.fcacee57 .header-meta-socials__item:not(:last-of-type)::after {
  content: "";
  position: absolute;
  right: 0;
  width: 1px;
  height: 22px;
  background: #7e8394;
}

.fd2570e5 {
  position: absolute;
  top: -170px;
  z-index: 0;
}

.h385fa5f7 {
  position: relative;
}

.h64f6ae4b .h2526b0eb {
  align-items: center;
  flex-direction: column;
  margin-top: 10px;
}

.h385fa5f7 .d2dbc76e {
  display: flex;
  position: relative;
  flex-wrap: wrap;
  z-index: 1;
  width: 345px;
  margin-bottom: 4px;
}

.h385fa5f7 .f69baa73 {
  max-width: 263px;
  width: 100%;
  height: 70px;
  font-size: 20px;
  text-transform: uppercase;
  margin-right: 12px;
}

.h385fa5f7 .h3971b658 {
  width: 70px;
  height: 70px;
  border-radius: 10px;
}

.e8beafbf {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 70px;
  padding: 8px 15px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  margin-top: 12px;
  border: 1px solid;
}

.h29f91d1c {
  flex-grow: 1;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.h29f91d1c:nth-of-type(2) {
  margin-left: 10px;
  padding-left: 10px;
}

.h29f91d1c:nth-of-type(2)::before {
  content: "";
  position: absolute;
  left: 0;
  width: 1px;
  height: 38px;
  background: #b0b4bf;
}

.h8e1b614b {
  display: flex;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
}

.h8e1b614b .h0732302b {
  margin-right: 8px;
  padding-right: 8px;
  border-right: 1px solid #7e8394;
}

.h8e1b614b span {
  font-size: 20px;
}

.h8e1b614b small {
  font-size: 16px;
  margin: 0 4px;
}

.a2e6fc24 {
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
}

.h0c152847 {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.h0c152847 .eb4a2d2b {
  font-size: 14px;
  font-weight: 700;
  color: #7e8394;
}

.h7cd1c8dc {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 100px;
}

.h7cd1c8dc .d65cf8ee {
  position: relative;
  width: 240px;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(4px);
  border-radius: 10px;
  border: 1px solid;
}

.h7cd1c8dc .h60ab27d1 {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: -30px;
  left: calc(50% - 30px);
  width: 60px;
  height: 60px;
  background: var(--color-primary);
  border-radius: 10px;
}

.h7cd1c8dc .h7ba2286d {
  width: 44px;
  height: 44px;
}

.h7cd1c8dc .bdc29883 {
  position: relative;
  font-size: 20px;
  font-weight: 700;
  color: var(--color-text-add);
  text-align: center;
  padding: 36px 12px 24px 12px;
}

.h7cd1c8dc .bdc29883::after {
  content: "";
  position: absolute;
  bottom: 12px;
  left: calc(50% - 30px);
  width: 60px;
  height: 1px;
  background: var(--color-primary);
}

.aea71c18.m6be1b70f {
  margin-bottom: 0;
}

.h9b280dd6 {
  width: 100%;
  background: #1f3866;
  opacity: 0.85;
  display: flex;
  justify-content: center;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
  margin-bottom: 50px;
}

.a638e01b {
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 16px 0;
  overflow: auto;
}

.a638e01b .f66e155b {
  max-width: 270px;
  max-height: 35px;
}

.a638e01b .f66e155b:not(:last-of-type) {
  margin-right: 50px;
}

@media (max-width: 1350px) {
  .aea71c18 {
    padding: 15px !important;
  }

  .f527bf2d .rank-math-breadcrumb {
    padding: 15px 15px 0 15px !important;
  }

  .aea71c18 .h256096b9 {
    margin-top: 40px;
  }

  .h7cd1c8dc .d65cf8ee {
    width: 190px;
  }
}

@media (max-width: 1024px) {
  .aea71c18 {
    flex-wrap: wrap;
  }

  .aea71c18 .h3af3b1be,
  .aea71c18 .f7f82b59 {
    width: 100%;
  }

  .h64f6ae4b .h2526b0eb {
    margin-top: 50px;
  }

  .h7cd1c8dc {
    flex-wrap: wrap;
    justify-content: center;
  }

  .h7cd1c8dc .d65cf8ee {
    margin: 0 32px 48px 0;
  }
}

@media (max-width: 900px) {
  .a638e01b {
    justify-content: flex-start;
  }

  .a638e01b .f66e155b {
    max-width: 200px;
  }

  .a638e01b .f66e155b:not(:last-of-type) {
    margin-right: 25px;
  }
}

@media (max-width: 768px) {
  .aea71c18 .h94290c60 {
    font-size: 14px;
  }

  .a638e01b .f66e155b {
    max-width: 154px;
  }
}

@media (max-width: 600px) {
  .aea71c18 .fcacee57 {
    font-size: 12px;
    margin-top: 16px;
  }

  .fcacee57 .e7fc453b {
    margin-right: 12px;
    padding-right: 12px;
  }

  .fcacee57 .h5d5ee2c2 {
    width: 28px;
    height: 28px;
  }

  .fcacee57 .h316d922f,
  .fcacee57 .c8ec42bf {
    font-size: 10px;
    line-height: 13px;
  }

  .fcacee57 .h4dff0c22 {
    width: 49px;
  }

  .fcacee57 .c3f93b43 {
    margin-right: 8px;
  }

  .fcacee57 .h8fba9f4c {
    margin-right: 12px;
  }

  .fcacee57 .h5316b30a {
    position: relative;
  }

  .fcacee57 .h7163c344 {
    display: block;
  }

  .fcacee57 .bbf9f5ef {
    display: none;
  }

  .fcacee57 .h5316b30a:hover .bbf9f5ef {
    display: flex;
    position: absolute;
    right: 0;
    bottom: -40px;
    background: #162a4d;
    padding: 5px 10px;
    border-radius: 8px;
  }

  .ab2fde6f {
    padding: 0;
  }

  .c7cacd989 {
  }

  .c5271a416 {
    line-height: 140%;
    border-radius: 8px;
    padding: 6px 16px;
  }
}

@media (max-width: 480px) {
  .aea71c18 {
    margin-bottom: 0;
  }

  .aea71c18 .h1af3b791 {
    text-align: center;
  }

  .aea71c18 .h94290c60 {
    font-size: 14px;
  }

  .aea71c18 .h256096b9 {
    margin-top: 20px;
    justify-content: center;
  }

  .aea71c18 .h0251c511 {
    margin-top: 20px;
    font-size: 8px;
    line-height: 12px;
  }

  .aea71c18 .f7f82b59 {
    margin-top: 40px;
  }

  .aea71c18 .e52c24f0 {
    font-size: 8px;
  }

  .fd2570e5 {
    max-width: 238px;
    top: -65px;
    opacity: 0.5;
  }

  .h385fa5f7 .d2dbc76e {
    width: 100%;
    justify-content: space-between;
  }

  .h385fa5f7 .f69baa73 {
    max-width: none;
    margin-right: 0;
    margin-top: 12px;
    order: 3;
    font-size: 16px;
    height: 54px;
  }

  .h385fa5f7 .e8beafbf {
    max-width: 320px;
    width: 83%;
    height: 48px;
    order: 1;
    padding: 7px 20px;
    margin-top: 0;
    margin-right: 8px;
  }

  .h385fa5f7 .h8e1b614b {
    font-size: 14px;
  }

  .h385fa5f7 .h8e1b614b span {
    font-size: 16px;
  }

  .h385fa5f7 .a2e6fc24 {
    font-size: 12px;
  }

  .h385fa5f7 .h3971b658 {
    width: 48px;
    height: 48px;
    order: 2;
  }

  .h0c152847 .eb4a2d2b {
    font-size: 12px;
    font-weight: 400;
  }

  .h385fa5f7 .h29f91d1c:nth-of-type(2)::before {
    height: 25px;
  }

  .h7cd1c8dc {
    margin-top: 50px;
    justify-content: space-evenly;
  }

  .h7cd1c8dc .d65cf8ee {
    width: 158px;
    margin-right: 12px;
  }

  .h7cd1c8dc .h60ab27d1 {
    width: 44px;
    height: 44px;
    left: calc(50% - 22px);
  }

  .h7cd1c8dc .h7ba2286d {
    width: 32px;
    height: 32px;
  }

  .h7cd1c8dc .bdc29883 {
    font-size: 14px;
    padding: 24px 12px 18px 12px;
  }

  .h7cd1c8dc .bdc29883::after {
    bottom: 10px;
  }

  .h9b280dd6 {
    margin-bottom: 12px;
  }

  .a638e01b {
    padding: 8px 0 8px 0;
  }

  .a638e01b::-webkit-scrollbar {
    width: 0;
  }

  .a638e01b {
    scrollbar-width: none;
    -ms-overflow-style: none;
  }

  .a638e01b .f66e155b {
    max-height: 26px;
  }

  .a638e01b .f66e155b {
    margin-right: 10px !important;
    margin-left: 10px;
  }
}
/* HEADER CONTENT END */

/* CONTENT BANNER START */
.d6c25b25 {
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 336px;
  border-radius: 20px;
}

@media (max-width: 900px) {
  .d6c25b25 {
    height: 250px;
  }
}

@media (max-width: 480px) {
  .d6c25b25 {
    height: 85px;
    border-radius: 5px;
  }
}
/* CONTENT BANNER END */

/* CUSTOM LIST START */
.f22c30aa {
  display: flex;
  justify-content: center;
  background: #f7f8fb;
  border: 1px solid #dcdfe4;
  border-radius: 20px;
  margin: 20px;
  padding: 0 20px;
}

.c00e2398a {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 20px 0 0 0 !important;
  list-style: none !important;
}

.c00e2398a .c2b4f45f5 {
  width: 24%;
  margin: 0 0 20px 0;
  font-weight: 700;
  font-size: 14px;
  line-height: 22px;
  color: var(--color-text-dark);
}

.c00e2398a .c2b4f45f5::before {
  content: url(../images/li_before.svg);
  margin-right: 15px;
}

@media (max-width: 768px) {
  .c00e2398a .c2b4f45f5 {
    width: 32%;
  }
}

@media (max-width: 480px) {
  .f22c30aa {
    padding: 0 35px;
  }

  .c00e2398a .c2b4f45f5 {
    width: 49%;
    margin-bottom: 10px;
  }
}
/* CUSTOM LIST END */

/* FAQ START */
.fa2bbe96 {
  width: 100% !important;
  margin: 0;
}

.fa2bbe96 .b34241b1 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 16px;
  line-height: 52px;
  color: var(--color-text-dark);
}

.fa2bbe96 .ede04456 {
  background: rgba(255, 255, 255, 0.4);
  border-radius: 10px;
  border: 2px solid #fff;
  margin-bottom: 16px;
  padding: 20px;
}

.fa2bbe96 .f97680ce1 {
  background: rgba(255, 255, 255, 0.4);
  border-radius: 10px;
  border: 2px solid #fff;
  margin-bottom: 16px;
}

.fa2bbe96 .f97680ce1:hover {
  background: rgba(255, 255, 255, 0.7);
}

.fa2bbe96 .f386f7d58 {
  cursor: pointer;
  color: var(--color-text-dark);
  font-size: 18px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px;
}

.fa2bbe96 .b7ce2922 {
  display: none;
  margin: 0;
  padding: 0 20px 20px 20px;
}

.fa2bbe96 .b7ce2922.active {
  display: block;
}

.fa2bbe96 .e3e65db8,
.fa2bbe96 .f5a1601df {
  display: none;
  width: 18px;
  height: 18px;
}

.fa2bbe96 .e3e65db8.active {
  display: block;
}

.fa2bbe96 .f5a1601df.active {
  display: block;
}

@media (max-width: 480px) {
  .fa2bbe96 {
    margin: 15px 0;
  }

  .fa2bbe96 .b34241b1 {
    font-size: 20px;
    line-height: 32px;
    margin-bottom: 15px;
  }

  .fa2bbe96 .ede04456 {
    font-size: 10px;
    padding: 15px;
  }

  .fa2bbe96 .f386f7d58 {
    padding: 15px;
    font-size: 10px;
    line-height: 16px;
  }

  .fa2bbe96 .b7ce2922 {
    margin-left: 0;
    font-size: 10px;
  }

  .fa2bbe96 .f94d23910 {
    max-width: 90%;
    font-size: 12px;
  }

  .fa2bbe96 .e3e65db8,
  .fa2bbe96 .f5a1601df {
    width: 12px;
    height: 12px;
  }
}
/* FAQ END */

/* BREADCRUMBS START */
.rank-math-breadcrumb {
  padding: 10px 0;
}

.rank-math-breadcrumb a,
.rank-math-breadcrumb span {
  color: #cdd6dd !important;
  text-decoration: none;
  font-size: 12px;
}

.rank-math-breadcrumb p {
  margin: 0;
}

.rank-math-breadcrumb p a:last-of-type {
  color: #7b8c98;
}
/* BREADCRUMBS END */

/* 404 PAGE START */
.p818e510e {
  padding: 100px 15px;
}

.p9a48fa7d {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.6) 0%, #ffffff 100%);
  border-radius: 10px;
  padding: 60px 100px;
  max-width: 750px;
  text-align: center;
  margin: auto;
  color: var(--color-text-dark);
}

.p9a48fa7d .page-404__logo {
  max-width: 130px;
}

.p9a48fa7d .a0804403 {
  margin: 20px 0;
}

.p9a48fa7d .a76fa2bb {
  position: relative;
  font-size: 20px;
  margin-bottom: 40px;
}

.p9a48fa7d .a76fa2bb::after {
  content: "";
  position: absolute;
  bottom: -20px;
  left: calc(50% - 19px);
  width: 38px;
  height: 3px;
  background: var(--color-secondary);
}

.p9a48fa7d .p897c1ddb {
  font-size: 14px;
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  .p9a48fa7d {
    padding: 25px 40px;
  }
}

@media (max-width: 480px) {
  .p818e510e {
    padding: 50px 15px;
  }

  .a0804403 svg {
    height: 70px;
  }

  .p9a48fa7d .a76fa2bb {
    font-size: 16px;
  }

  .p9a48fa7d .p897c1ddb {
    font-size: 10px;
  }
}
/* 404 PAGE END */

/* STATIC PAGE START */
.s741b4215 {
  max-width: 925px;
  margin: 0 auto;
  padding-top: 30px;
}

.s741b4215 .fc80ff03 {
  background: #ffffff;
  opacity: 0.8;
  border-radius: 10px;
  padding: 20px;
}

@media (max-width: 480px) {
  .s741b4215 {
    padding-top: 15px;
  }
}
/* STATIC PAGE END */

/* DEFAULT GRID START */
.d2b7bf110 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}

.d2b7bf110 .d2dd32e00 {
  width: 24%;
  background: rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(8.40772px);
  border: 1px solid #fff;
  border-radius: 8px;
  padding: 15px;
  margin-bottom: 10px;
  text-decoration: none;
}

.d2b7bf110 .d2dd32e00:hover {
  background: linear-gradient(180deg, #ffffff -20.15%, rgba(242, 242, 242, 0.6) 100%);
}

.d2b7bf110 .d6bd867a3 {
  width: 100%;
  height: 190px;
  object-fit: contain;
  border-radius: 8px;
  margin-bottom: 10px;
}

.d2b7bf110 .e8b53898 {
  text-align: center;
  font-weight: 700;
  font-size: 20px;
  color: var(--color-text-dark);
}

@media (max-width: 1024px) {
  .d2b7bf110 .d2dd32e00 {
    width: 23%;
  }

  .d2b7bf110 .d6bd867a3 {
    height: 160px;
  }
}

@media (max-width: 800px) {
  .d2b7bf110 .d2dd32e00 {
    width: 31%;
  }
}

@media (max-width: 600px) {
  .d2b7bf110 .d2dd32e00 {
    width: 48%;
  }
}

@media (max-width: 480px) {
  .d2b7bf110 .d2dd32e00 {
    width: 100%;
  }

  .d2b7bf110 .d6bd867a3 {
    height: 180px;
  }

  .d2b7bf110 .e8b53898 {
    font-size: 16px;
  }
}
/* DEFAULT GRID END */

/* SEARCH START */
.s824493f5 {
  padding-top: 30px;
}

@media (max-width: 480px) {
  .s824493f5 {
    padding-top: 15px;
  }
}
/* SEARCH END */

/* CATEGORY START */
.d00be8b0 {
  padding-top: 30px;
}

@media (max-width: 480px) {
  .d00be8b0 {
    padding-top: 15px;
  }
}
/* CATEGORY END */

/* INFO START */
.h5ed49aab {
  flex-direction: column;
  padding: 0;
}

.h5ed49aab .fcacee57 {
  margin-top: 65px;
  margin-bottom: 125px;
}

.dbad93e8 {
  width: 69%;
}

.c90fd89a6 {
  width: 100%;
  border-radius: 10px;
  background: #f8f8f8;
  padding: 20px 32px;
  margin: -125px auto 0 auto;
}

.c6c8d5c4 {
  margin: 30px auto 0 auto;
}

.e817956d .c4e851b2 {
  font-weight: 700;
  line-height: 51px;
  margin-bottom: 32px;
  color: var(--color-text-dark);
}

.e817956d .i44c1b665 {
  width: 100%;
  height: 520px;
  object-fit: cover;
  border-radius: 10px;
}

.e817956d .ff3bcf76 {
  padding: 32px;
}

.e817956d .ff3bcf76 img {
  border-radius: 12px;
  margin-bottom: 20px;
}

.e817956d .ff3bcf76 table {
  width: 100%;
}

@media (max-width: 1100px) {
  .dbad93e8 {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .h5ed49aab {
    padding: 0 15px;
  }

  .e817956d .i44c1b665 {
    height: 320px;
  }
}

@media (max-width: 480px) {
  .h5ed49aab .fcacee57 {
    margin-top: 16px;
    margin-bottom: 85px;
  }

  .e817956d {
    margin-top: -50px;
  }

  .e817956d .c4e851b2 {
    font-size: 20px;
    margin-bottom: 15px;
    line-height: 25px;
  }

  .e817956d .ff3bcf76 {
    padding: 12px;
  }

  .e817956d .ff3bcf76 p {
    font-size: 12px;
    line-height: 20px;
  }

  .e817956d .ff3bcf76 li {
    margin-bottom: 12px;
  }
}

/* INFO END */

/* AUTHOR BLOCK START */
.a36826486 {
  width: 100%;
  background: #fff;
  border-radius: 10px;
  margin: 32px auto;
  padding: 24px 32px;
  max-width: 925px;
}

.a59c71ff2 {
  max-width: none;
}

.a36826486 .a6844c010 {
  display: flex;
  justify-content: space-between;
}

.a36826486 .fe6884a3 {
  display: flex;
  align-items: center;
}

.a36826486 .a6d70750a {
  width: 65px;
  height: 65px;
  border-radius: 50px;
  margin-right: 16px;
}

.a36826486 .author-block-links__item img {
  width: 100%;
  padding: 8px;
}

.a36826486 .a1f80ba0a {
  display: none;
}

.a36826486 .c01b2945 {
  display: flex;
  align-items: center;
}

.a36826486 .c01b2945 a {
  display: flex;
  align-items: center;
  position: relative;
  border: none;
}

.a36826486 .c01b2945 a:not(:last-of-type) {
  padding-right: 12px;
  margin-right: 12px;
}

.a36826486 .c01b2945 a:not(:last-of-type)::after {
  content: "";
  position: absolute;
  right: 0;
  width: 1px;
  height: 22px;
  background: #7e8394;
}

.a36826486 .a73a3f26f {
  color: var(--color-text-dark);
  font-weight: 700;
}

.a36826486 .a014305e7 {
  font-size: 14px;
  font-weight: 700;
  color: #eb8348;
}

.a36826486 .a86848076 {
  margin-top: 20px;
}

.a36826486 .a02fc0c64 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
}

.a36826486 .a77b435d5 {
  margin-left: 10px;
  font-weight: 700;
  color: var(--color-text-dark);
}

@media (max-width: 480px) {
  .a36826486 {
    flex-wrap: wrap;
    padding: 12px;
  }

  .a36826486 .a6d70750a {
    width: 48px;
    height: 48px;
  }

  .a36826486 .a86848076 {
    margin-top: 16px;
  }

  .a36826486 .be31c815 {
    font-size: 12px;
    line-height: 20.4px;
  }

  .a36826486 .a73a3f26f {
    font-size: 12px;
  }

  .a36826486 .a49ba89a8 {
    order: 2;
  }

  .a36826486 .a014305e7 {
    font-size: 10px;
  }

  .a36826486 .a962e5ed4 {
    font-size: 12px;
  }

  .a36826486 .a02fc0c64 img {
    width: 62px;
  }
}
/* AUTHOR BLOCK END */

/* CONTENT CASINO REVIEW START */
.c71502185 .content-casino-review__disclaimer {
  padding: 0 20px 20px 20px;
}

.h64f6ae4b {
  flex-wrap: wrap;
}

.h64f6ae4b .h1af3b791 {
  width: 90%;
  z-index: 10;
}

@media (max-width: 1024px) {
  .h64f6ae4b .h1af3b791 {
    width: 100%;
  }
}

@media (max-width: 480px) {
  .h64f6ae4b .h94290c60 {
    text-align: center;
  }
}
/* CONTENT CASINO REVIEW END */

/* GAME REVIEW START */
.efb518f2 {
  padding: 0 0 24px 0;
  display: block;
}

.efb518f2 .h94290c60 {
  line-height: 27px;
}

.h8bb24604 {
  display: flex;
  justify-content: space-between;
  margin-top: 32px;
}

.e98a3c60 {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 69%;
  border-radius: 10px;
  height: 500px;
}

.e98a3c60 .h86c36526 {
  max-width: 340px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.e98a3c60 a {
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 700;
  height: 70px;
  color: var(--color-text-main);
}

.e98a3c60 .ce65c1be {
  width: 250px;
}

.e98a3c60 .h5f856147 {
  width: 100%;
  background: rgba(255, 255, 255, 0.3);
  text-decoration: none;
  border: 2px solid #ffffff;
  border-radius: 10px;
  margin-top: 16px;
  color: #fff;
}

.e98a3c60 .cbf4fb56 {
  width: 100%;
  text-align: center;
  color: #a9adb9;
  margin-top: 8px;
}

.e98a3c60 .h7ecafd9f {
  width: 70px;
  height: 70px;
  border-radius: 10px;
}

.e98a3c60 .g33725501 {
  position: absolute;
  bottom: 20px;
  left: 20px;
}

.g33725501 {
  display: flex;
}

.g33725501 .g0d8d1b85 {
  display: flex;
  align-items: center;
  background: rgba(255, 255, 255, 0.3);
  border: 2px solid #ffffff;
  border-radius: 8px;
  color: #fff;
  font-size: 14px;
  padding: 5px 10px;
  margin-right: 12px;
}

.g33725501 .g0d8d1b85 svg {
  margin-right: 8px;
}

.h4c683c50 {
  width: 29%;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  padding: 20px;
  color: #a9adb9;
}

.h4c683c50 .h15d6ec04 {
  width: 100%;
  margin-bottom: 20px;
  border-radius: 10px;
}

.h4c683c50 .eadd2de5 {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 16px;
}

.h4c683c50 .h7343d8af {
  width: 50%;
}

.h4c683c50 .h526326aa {
  display: flex;
  flex-wrap: wrap;
  width: 49%;
}

.h4c683c50 .h526326aa span {
  display: flex;
  color: var(--color-primary);
  border-bottom: 1px solid var(--color-primary);
  margin: 0 10px 5px 0;
}

@media (max-width: 1200px) {
  .e98a3c60 {
    width: 59%;
  }

  .h4c683c50 {
    width: 39%;
  }
}

@media (max-width: 768px) {
  .h8bb24604 {
    flex-wrap: wrap;
  }

  .e98a3c60,
  .h4c683c50 {
    width: 100%;
  }
}

@media (max-width: 480px) {
  .efb518f2 .h94290c60 {
    max-width: 100%;
    text-align: center;
  }

  .h8bb24604 {
    margin-top: 20px;
  }

  .e98a3c60 .h86c36526 {
    justify-content: center;
    width: 240px;
  }

  .h4c683c50 {
    font-size: 16px;
  }

  .e98a3c60 a {
    font-size: 16px;
    height: 57px;
  }

  .e98a3c60 {
    height: 300px;
    margin-bottom: 24px;
  }

  .e98a3c60 .g33725501 {
    left: auto;
    bottom: 12px;
    right: 12px;
  }

  .e98a3c60 .ce65c1be {
    width: 192px;
  }

  .e98a3c60 .h7ecafd9f {
    display: none;
  }

  .h4c683c50 .h7343d8af {
    width: 55%;
  }

  .h4c683c50 .h526326aa {
    display: flex;
    flex-wrap: wrap;
    width: 44%;
  }
}

.g67f1e658 {
  max-width: 900px;
}

.c7d2630ad .g67f1e658 {
  width: 69%;
}

.db447b67 {
  background: rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(4px);
  border-radius: 10px;
  width: 100%;
  padding: 20px 32px;
  margin-bottom: 50px;
}

@media (max-width: 1100px) {
  .g67f1e658 {
    width: 100% !important;
    max-width: none;
  }
}
/* GAME REVIEW END */

/* SLOT GRID START */
.s5a9424bf {
  margin-bottom: 30px;
}

.s5a9424bf .aae9ddc4 {
  text-align: left;
  margin-bottom: 24px;
}

.s477b30ab {
  width: 100%;
  display: flex;
  justify-content: center;
}

.s1b7f8c77 {
  cursor: pointer;
  padding: 10px 28px;
  background: var(--color-primary);
  font-size: 14px;
  font-weight: 700;
  border-radius: 10px;
  color: var(--color-text-dark);
}

.c5e21473 {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.c5e21473 a {
  color: var(--color-text-main) !important;
  border: none !important;
}

.c5e21473 .s09792491 {
  width: 19%;
  background: rgba(255, 255, 255, 0.4);
  border-radius: 10px;
  margin-bottom: 20px;
}

.c5e21473 .s09792491:hover {
  background: rgba(255, 255, 255, 0.7);
}

.c5e21473 .s21e97533 {
  display: block;
  padding: 12px;
}

.c5e21473 .s497359f3 {
  width: 100%;
  height: 143px;
  object-fit: cover;
  border-radius: 10px;
}

.c5e21473 .s31df6540 {
  display: block;
  font-weight: 700;
  padding: 0 12px 8px 12px;
}

.c5e21473 .s7b6a03aa {
  font-size: 14px;
  padding: 0 12px 17px 12px;
}

.c5e21473 .s5fb51c53 {
  display: flex;
  justify-content: space-between;
  background: #fff;
  border-radius: 10px;
  padding: 8px 16px;
  color: #4a5b68;
  font-size: 14px;
}

.c5e21473 .s9918f1a2 {
  display: flex;
}

.c5e21473 .s3e25d2ef {
  display: flex;
  align-items: center;
  margin-right: 12px;
}

.c5e21473 .s3e25d2ef img {
  margin-right: 6px;
}

.c5e21473 .s75351c95 span {
  color: var(--color-primary);
  margin-left: 5px;
}

@media (max-width: 1200px) {
  .c5e21473 .s5fb51c53 {
    flex-direction: column;
  }
}

@media (max-width: 1100px) {
  .c5e21473 .s09792491 {
    width: 24%;
  }
}

@media (max-width: 768px) {
  .c5e21473 .s09792491 {
    width: 32%;
  }
}

@media (max-width: 480px) {
  .s5a9424bf .aae9ddc4 {
    margin-bottom: 16px;
  }

  .c5e21473 {
    justify-content: space-between;
  }

  .c5e21473 .s09792491 {
    width: 48%;
    margin-bottom: 16px;
  }

  .c5e21473 .s497359f3 {
    height: 90px;
  }

  .c5e21473 .s31df6540 {
    font-size: 16px;
    padding-bottom: 4px;
  }

  .c5e21473 .s7b6a03aa {
    font-size: 12px;
    padding-bottom: 12px;
  }

  .c5e21473 .s5fb51c53 {
    flex-direction: row;
    font-size: 10px;
    padding: 6px 12px;
  }

  .c5e21473 .s3e25d2ef {
    margin-right: 8px;
  }

  .c5e21473 .s3e25d2ef img {
    width: 15px;
  }
}

@media (max-width: 400px) {
  .c5e21473 .s5fb51c53 {
    padding: 6px;
  }

  .c5e21473 .s3e25d2ef {
    margin-right: 4px;
  }
}

@media (max-width: 375px) {
  .c5e21473 .s3e25d2ef img {
    margin-right: 2px;
  }

  .c5e21473 .s75351c95 span {
    margin-left: 0;
  }
}
/* SLOT GRID END */

/* SLOTS HUB START */
.bf4c95f7 .h94290c60 {
  max-width: 1082px !important;
  margin-bottom: 70px;
}

.e049dde3 {
  background: #fff;
}

.e049dde3 .c51d9014 {
  border: none;
}

.e049dde3 .c223d56e5 {
  padding: 0;
}

.e049dde3 .c1ee4d249 {
  margin-left: 0;
}

@media (max-width: 480px) {
  .bf4c95f7 .h94290c60 {
    margin-bottom: 20px;
  }
}
/* SLOTS HUB END */

/* SLOT SEARCH START */
.b5e7079a {
  position: relative;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  background: rgba(255, 255, 255, 0.4);
  border-radius: 10px;
  padding: 16px 24px;
  margin-bottom: 28px;
}

.s59928eac {
  width: 69%;
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid rgba(169, 173, 185, 0.3);
  border-radius: 8px;
  height: 48px;
  padding-left: 56px;
}

.s59928eac:focus {
  border: 1px solid rgba(169, 173, 185, 0.7);
}

.s59928eac::placeholder {
  font-size: 16px;
}

.b5e7079a::before {
  content: url(../images/slot-search.svg);
  position: absolute;
  top: calc(50% - 11px);
  left: 40px;
  z-index: 10;
}

@media (max-width: 600px) {
  .s59928eac {
    width: 100%;
    height: 40px;
    margin-bottom: 8px;
  }

  .b5e7079a::before {
    width: 18px;
    height: 18px;
    top: calc(27% - 9px);
  }
}

@media (max-width: 480px) {
  .b5e7079a {
    padding: 12px 8px;
    margin-bottom: 16px;
  }

  .s59928eac {
    padding-left: 46px;
  }

  .s59928eac::placeholder {
    font-size: 14px;
  }

  .b5e7079a::before {
    left: 20px;
  }
}
/* SLOT SEARCH END */

/* FILTER  PROVIDER START */
.f3bdd034 {
  position: relative;
  width: 30%;
}

.f5618a803 {
  position: relative;
  cursor: pointer;
  display: flex;
  align-items: center;
  width: 100%;
  height: 48px;
  padding: 0 16px;
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid rgba(169, 173, 185, 0.3);
  border-radius: 8px;
}

.f5618a803::after {
  content: url(../images/filter-arrow.svg);
  position: absolute;
  right: 16px;
}

.f0bd62f6e {
  display: none;
  width: 100%;
  position: absolute;
  top: 55px;
  left: 0;
  background: #ffffff;
  border: 1px solid rgba(169, 173, 185, 0.3);
  border-radius: 8px;
  max-height: 313px;
  overflow: auto;
}

.f3bdd034.open .f0bd62f6e {
  display: block;
}

.a0bd1d40 {
  cursor: pointer;
  padding: 12px 0;
  margin: 0 16px;
}

.a0bd1d40:not(:last-of-type) {
  border-bottom: 1px dashed #a9adb9;
}

@media (max-width: 600px) {
  .f3bdd034 {
    width: 100%;
  }

  .f5618a803 {
    height: 40px;
  }

  .f0bd62f6e {
    top: 47px;
  }
}
/* FILTER  PROVIDER END */

/* HIDE SUBTITLE START */
.h8246ede5 {
  position: relative;
}

.e8db2639 {
  max-height: 80px;
  overflow: hidden;
  background: linear-gradient(180deg, #a9adb9 33.95%, rgba(169, 173, 185, 0.27) 80.45%, rgba(169, 173, 185, 0) 97.67%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.h8246ede5.open .e8db2639 {
  background: transparent;
  -webkit-background-clip: unset;
  -webkit-text-fill-color: unset;
  max-height: none;
  overflow: visible;
}

.h8246ede5.open .h34ae71ae.open {
  display: none;
}

.h8246ede5.open .h34ae71ae.close {
  display: inline-block;
}

.h34ae71ae {
  cursor: pointer;
  display: inline-block;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  border-bottom: 1px dashed #ffffff;
  margin-top: 4px;
}

.h34ae71ae.close {
  display: none;
}

@media (max-width: 480px) {
  .h8246ede5 {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
/* HIDE SUBTITLE END */

/* RECOMMENDED GRID START*/
.ed1b7df3 {
  width: 100%;
  margin-bottom: 48px;
}

.r1c47ebb5 {
  width: 100%;
}

.b72cd99b {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.28);
}

.b72cd99b:not(:last-of-type) {
  margin-bottom: 16px;
}

.a9bf3752 {
  width: 180px;
  padding: 10px;
}

.f7b84ad0 {
  width: 123px;
  height: 50px;
  font-size: 14px;
  justify-content: center;
  margin-top: 13px;
}

.b11cccfe {
  width: 70px;
  height: 70px;
}

.r90c01ece {
  width: 70px;
  height: 70px;
  border-radius: 10px;
}

.r36b8cc4a {
  font-size: 14px;
  font-weight: 700;
  color: #171e34;
  text-decoration: none;
}

.r4f7c0820 {
  display: flex;
  align-items: center;
  font-size: 14px;
}

.r4f7c0820 span {
  font-size: 16px;
  font-weight: 700;
}

.r8ccec359 {
  margin-right: 8px;
}

.r8ccec359 svg {
  width: 12px;
  height: 12px;
}

.e922b03e {
  display: flex;
  justify-content: space-around;
  width: 100%;
  border-radius: 10px;
  background: #fff;
  padding: 10px 0;
  margin-top: 4px;
}

.r1dfd94c1 {
  position: relative;
  color: #171e34;
  font-weight: 700;
}

.r1dfd94c1 span {
  font-size: 20px;
}

.r1dfd94c1:not(:last-of-type)::after {
  content: "";
  position: absolute;
  top: 3px;
  right: -25px;
  width: 1px;
  height: 22px;
  background: #a9adb9;
}

@media (max-width: 1350px) {
  .a9bf3752 {
    width: auto;
  }

  .f7b84ad0 {
    width: 95%;
    margin: 6px auto 0 auto;
  }

  .e922b03e {
    margin-top: 8px;
  }

  .r1dfd94c1:not(:last-of-type)::after {
    right: -15px;
  }
}
/* RECOMMENDED GRID END*/

/* ARTICLES GRID START */
.c2000921 {
  width: 100%;
  margin-bottom: 48px;
}

.a25666493 {
  width: 100%;
}

.a8e0d56bd {
  width: 100%;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.28);
  text-decoration: none;
  color: #4a5b68 !important;
}

.a8e0d56bd:not(:last-of-type) {
  margin-bottom: 16px;
}

.a8d720cf7 {
  display: flex;
  padding: 16px 12px;
}

.e939bf1d {
  display: block;
  width: 109px;
  height: 67px;
  margin-right: 16px;
}

.a06c5756e {
  max-width: none !important;
  width: 109px;
  height: 67px;
  border-radius: 8px;
}

.a0542791e {
  height: 54px;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #171e34 !important;
  text-decoration: none;
  line-height: 170%;
}

.a692f251e {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 10px;
  background: #fff;
  padding: 8px 12px;
}

.a76d116dd {
  font-size: 12px;
  font-weight: 400;
}

.a00cb5c2c {
  display: block;
  text-decoration: none;
  position: relative;
  font-size: 14px;
  padding-right: 20px;
}

.a00cb5c2c::after {
  content: url(../images/arrow_right_blue.svg);
  position: absolute;
  top: 2.5px;
}
/* ARTICLES GRID END */

/* LINKING SIDEBART START */
.ccb7b4c8 {
  width: 100%;
  margin-bottom: 48px;
}

.l65ba8ed1 {
  width: 100%;
}

.ced1bcff {
  position: relative;
  display: block;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.4);
  color: #171e34;
  text-decoration: none;
  padding: 16px 12px;
}

.ced1bcff:not(:last-of-type) {
  margin-bottom: 12px;
}

.l78a5c1de {
  width: 90%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ced1bcff::after {
  content: url(../images/arrow_right_blue.svg);
  position: absolute;
  top: calc(50% - 12px);
  right: 10px;
}
/* LINKING SIDEBART END */

/* LINKING GRID START */
.l52131278 {
  width: 100%;
  margin-bottom: 48px;
}

.l49722ffd {
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
}

.e2191dd3 {
  width: 24%;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.52);
  padding: 16px;
  margin-bottom: 16px;
}

.l261d96fe {
  display: block;
  width: 100%;
  height: 172px;
  margin-bottom: 12px;
}

.a4743264 {
  width: 100%;
  height: 172px;
  border-radius: 8px;
}

.l2abfa0af {
  display: block;
  height: 54px;
  overflow: hidden;
  color: #171e34;
  text-decoration: none;
  margin-bottom: 20px;
}

.a090277e {
  display: flex;
  justify-content: space-between;
}

.a0a52db5 {
  font-size: 12px;
  color: #4a5b68;
}

.d6bf6744 {
  text-decoration: none;
  padding-right: 25px;
  position: relative;
}

.d6bf6744::after {
  content: url(../images/arrow_right_blue.svg);
  position: absolute;
  top: calc(50% - 12px);
  right: 0;
}

@media (max-width: 1100px) {
  .e2191dd3 {
    width: 32%;
  }
}

@media (max-width: 768px) {
  .l49722ffd {
    justify-content: space-between;
  }

  .e2191dd3 {
    width: 48%;
  }

  .linking-sidebar-item__title{
    width: calc(90% - 24px);
  }
}
@media (max-width: 480px) {
  .e2191dd3 {
    padding: 8px;
    margin-bottom: 12px;
  }

  .l261d96fe {
    height: 86px;
  }

  .a4743264 {
    height: 86px;
  }

  .l2abfa0af {
    font-size: 12px;
    line-height: 120%;
    height: 28px;
  }

  .a0a52db5 {
    font-size: 10px;
  }

  .d6bf6744 span {
    display: none;
  }
}
/* LINKING GRID END */

/* IMPORTANT BLOCK START */
.b8effbcf {
  position: relative;
  width: 100%;
  background: #fff;
  border-radius: 10px;
  padding: 32px;
  margin: 20px 0;
}

.e3492df6 {
  font-size: 20px;
  font-weight: 700;
  line-height: 170%;
  color: #203b6b;
}

.b8effbcf::before,
.b8effbcf::after {
  content: "";
  position: absolute;
  width: 172px;
  height: 4px;
  background: var(--color-primary);
}

.b8effbcf::before {
  top: 20px;
  left: 32px;
}

.b8effbcf::after {
  bottom: 20px;
  right: 32px;
}

@media (max-width: 600px) {
  .b8effbcf {
    padding: 28px 12px;
  }

  .b8effbcf::before,
  .b8effbcf::after {
    width: 94px;
  }

  .b8effbcf::before {
    top: 16px;
    left: 12px;
  }

  .b8effbcf::after {
    bottom: 16px;
    right: 12px;
  }
}

@media (max-width: 480px) {
  .e3492df6 {
    font-size: 14px;
    line-height: 140%;
  }
}

/* IMPORTANT BLOCK END */

/* CASINO PROS CONS LISTS START */
.c03747132,
.c722c103f {
  width: 49%;
  border-radius: 10px;
  background: #e7eaee;
  padding: 16px;
}

.c35de3e9e {
  padding: 15px;
  background: #f8f9fa;
  border: 1px solid #dcdfe4;
  border-radius: 10px;
  margin-top: 12px;
  margin-bottom: 0 !important;
}

.c35de3e9e li {
  margin-left: 20px !important;
  margin-bottom: 15px !important;
}

.c35de3e9e li:last-of-type {
  margin-bottom: 0 !important;
}

.casino-pros-list__title {
  text-align: center;
  font-weight: 700;
  color: #5b8f35;
}

.c03747132 li::marker {
  color: #5b8f35;
}

.casino-cons-list__title {
  text-align: center;
  font-weight: 700;
  color: #eb8348;
}

.c722c103f li::marker {
  color: #eb8348;
}

@media (max-width: 480px) {
  .p363cc75d {
    flex-wrap: wrap;
    padding: 0;
    border: none;
  }

  .p363cc75d .c03747132,
  .p363cc75d .c722c103f {
    width: 100%;
    margin-bottom: 16px;
  }

  .c35de3e9e li {
    margin-left: 15px !important;
  }
}
/* CASINO PROS CONS LISTS END */

/* MODAL START */
.m86ab31f1 {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  overflow: hidden;
  padding: 16px;
  z-index: 9999;
  align-items: center;
  justify-content: center;
}

.m86ab31f1.open {
  display: flex;
}

.m8a4d76ee {
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(6, 10, 19, 0.72);
  opacity: 0.5;
  width: 100%;
  height: 100%;
}

.m320997b0 {
  position: relative;
}

.m320997b0 .m8ad11f03 {
  cursor: pointer;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 30px;
  right: 20px;
}

@media (max-width: 480px) {
  .m320997b0 .m8ad11f03 {
    top: 12px;
    right: 8px;
  }
}
/* MODAL END */

/* MODAL ALTERNATIVE CASINOS START */
.a9f5b446b {
  max-width: 860px;
  width: 100%;
  border-radius: 10px;
  background: linear-gradient(186deg, #162a4d 0%, #060a13 100%);
  padding: 24px 20px;
}

.a8ce9ff7a {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  max-width: 700px;
  margin: 0 auto 24px auto;
}

.f35f53e5 {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 20px;
}

.a583461cb {
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.1);
}

.a76a7a6f7 {
  display: block;
  width: 100%;
  height: 204px;
  margin-bottom: 8px;
}

.a76a7a6f7 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}

.a2739e1b {
  width: 100%;
}

.a6a558f77 {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.a0e0b9a44 {
  font-size: 20px;
  line-height: 170%;
  color: #fff;
  text-decoration: none;
  margin-bottom: 4px;
}

.a0e66bf9e {
  display: flex;
  align-items: baseline;
  font-size: 14px;
  color: #a9adb9;
  margin-bottom: 8px;
}

.a8656fe33 {
  margin-right: 12px;
}

.a0e66bf9e span {
  font-size: 18px;
  font-weight: 700;
}

.a9d4e1a08 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 150px;
  background: rgba(255, 255, 255, 0.1);
  padding: 20px 0;
}

.a5d83d160 {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #a9adb9;
}

.a5d83d160 img {
  margin-right: 8px;
}

.a1765a9ab {
  font-size: 20px;
  color: #fff;
  font-weight: 700;
}

.a1765a9ab span {
  font-size: 32px;
  line-height: 170%;
  padding: 0 5px;
}

.a6a558f77 .a386f4a8e {
  display: none;
}

.a386f4a8e {
  width: 100%;
  padding: 18px 16px;
}

.a36b820b8 {
  justify-content: center;
  width: 100%;
  font-size: 14px;
}

@media (max-width: 900px) {
  .a1765a9ab span {
    font-size: 24px;
  }

  .a386f4a8e {
    display: none;
  }

  .a6a558f77 .a386f4a8e {
    display: block;
  }
}

@media (max-width: 768px) {
  .a8ce9ff7a {
    width: 95%;
    text-align: left;
    margin: 0 0 24px 0;
  }

  .f35f53e5 {
    display: block;
  }

  .a583461cb {
    width: 100%;
    margin-bottom: 12px;
  }

  .a2739e1b {
    display: flex;
    justify-content: space-between;
    margin-bottom: 12px;
  }

  .a76a7a6f7 {
    width: 40%;
    height: 180px;
    margin-bottom: 0;
  }

  .a6a558f77 {
    width: 60%;
    padding: 12px 12px 0 12px;
  }

  .a386f4a8e {
    margin-top: 40px;
    padding: 0;
  }

  .a1765a9ab span {
    font-size: 32px;
  }

  @media (max-width: 480px) {
    .a9f5b446b {
      padding: 12px;
    }

    .a8ce9ff7a {
      font-size: 14px;
      margin-bottom: 16px;
    }

    .a76a7a6f7 {
      height: 120px;
    }

    .a6a558f77 {
      padding: 8px 8px 0 8px;
    }

    .a0e0b9a44 {
      font-size: 14px;
      margin-bottom: 0;
    }

    .a0e66bf9e span {
      font-size: 16px;
    }

    .a386f4a8e {
      margin-top: 0;
    }

    .a36b820b8 {
      height: 36px;
    }

    .a9d4e1a08 {
      height: 94px;
      padding: 0;
    }

    .a1765a9ab {
      font-size: 16px;
    }

    .a5d83d160 {
      font-size: 12px;
    }

    .a1765a9ab span {
      font-size: 24px;
    }
  }

  @media (max-width: 375px) {
    .a76a7a6f7 {
      height: 100px;
    }
  }
}
/* MODAL ALTERNATIVE CASINOS END */
